Module-level declarations
Operations
Link copied to clipboard
@mount("game_master.assign_flag")
operation assign_flag(name: text, username: text, valid_to: integer, account_id: byte_array, auth_descriptor_id: byte_array)
Link copied to clipboard
@mount("game_master.assign_flag_by_account_id")
operation assign_flag_by_account_id(name: text, target_account_id: byte_array, valid_to: integer, account_id: byte_array, auth_descriptor_id: byte_array)
Link copied to clipboard
@mount("game_master.revoke_flag")
operation revoke_flag(name: text, username: text, account_id: byte_array, auth_descriptor_id: byte_array)
Link copied to clipboard
@mount("game_master.revoke_flag_by_account_id")
operation revoke_flag_by_account_id(name: text, target_account_id: byte_array, account_id: byte_array, auth_descriptor_id: byte_array)